SGStartPreview
TheSGStartPreview
function instructs your channel to begin processing its source data. In preview mode, your component does not save any of the data it gathers from its source.
pascal ComponentResult SGStartPreview (SeqGrabComponent s);
s
- Identifies the sequence grabber component that has connected to your channel component.
DESCRIPTION
Your channel component should immediately present the data to the user in the appropriate format, according to your channel's configuration (see "Configuration Functions for All Channel Components," which begins on page 6-44, for information about functions that configure channels). Display video data in the destination display region; play sound data at the specified volume settings.RESULT CODES
File Manager errors
cantDoThatInCurrentMode -9402 Request invalid in current mode deviceCantMeetRequest -9408 Device cannot support grabber
Memory Manager errorsSEE ALSO
The sequence grabber component stops the preview process by calling yourSGStop
function, which is described on page 6-41.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help